net/http/internal.chunkedReader.r (field)
8 uses
net/http/internal (current package)
chunked.go#L34: return &chunkedReader{r: br}
chunked.go#L38: r *bufio.Reader
chunked.go#L49: line, cr.err = readChunkLine(cr.r)
chunked.go#L89: n := cr.r.Buffered()
chunked.go#L91: peek, _ := cr.r.Peek(n)
chunked.go#L100: if n > 0 && cr.r.Buffered() < 2 {
chunked.go#L106: if _, cr.err = io.ReadFull(cr.r, cr.buf[:2]); cr.err == nil {
chunked.go#L136: n0, cr.err = cr.r.Read(rbuf)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |